The results of a dial
All
| method | description |
|---|---|
public int getDialResult(DialingInfo info); |
Get dial result from a DialingInfo
Params:Return:int The result of a dialing.The default is unknown error.PhoneContext.CallErrorCode.UNKNOWN_ERRORSupported Products:All |
public Map<DialingInfo, Integer> getDialResults(); |
Get DialResult map which has been already set.
Return:int The result of a dialing.Supported Products:All |
public boolean isAllDialSuccessful(); |
Check from DialResult map if all DialResult is PhoneContext.CallErrorCode.SUCCESS@
Supported Products:All |
| Member | description |
|---|